home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / wdj0796.zip / FILENAME.TXT < prev    next >
Text File  |  1996-05-10  |  5KB  |  141 lines

  1. ************************* MASTER CODE ***************************************
  2.  
  3. The name of the first file in this disk's directory identifies the volume,
  4. issue number and revision of the disk. The format of this filename is:
  5.  
  6.     !CDmvvii.rrr
  7.  
  8. where
  9.     ! = the '!' character
  10.     m =   C for C Users Journal, W for Windows Developer's Journal
  11.     vv =  volume
  12.     ii =  issue
  13.     rrr = revision (001 for initial release, 002 for next update, etc.)
  14.  
  15. The file UPDATE.DOC contains information about any additions or
  16. corrections to material on the disk since the original magazine
  17. publication.
  18.  
  19. If you have obtained this code from a floppy diskette or from CompuServe, the 
  20. headings under the column "FILENAME" represent the names of .ZIP files.  All 
  21. files listed under the filename are archived in the .ZIP file.
  22.  
  23. Keywords:     JUL96 C C++ Windows NT Benchmark memory service MFC
  24.  
  25. Description:  The code listings for the July 1996 issue of Windows
  26.               Developer's Journal include source code for dumping
  27.               OLE compound files, the source to our Win32 C++
  28.               compiler memory management benchmarks, and
  29.               V. Ramachandran's class that brings tiny captions
  30.               to MFC windows.
  31.              
  32.  
  33. *************************  FILE DESCRIPTION **********************************
  34.  
  35. The following files are included in the disk:
  36.  
  37. FILENAME        AUTHOR-NAME             TITLE                           PAGES
  38. =============================================================================
  39. benchmar.zip    Ron Burk                Compiler Benchmarks: new/delete  6-14
  40. includes:
  41. membench.cpp    Listing 1:  Memory management benchmark code.
  42. nofree.cpp
  43.  
  44. -----------------------------------------------------------------------------
  45. raja.zip        V. Ramachandran         Tiny Captions for MFC Splitter
  46.                                         Views                           15-22
  47. includes:
  48. generdoc.cpp
  49. generdoc.h
  50. generdoc.ico
  51. generic.clw
  52. generic.cpp
  53. generic.def
  54. generic.h
  55. generic.ico
  56. generic.mak
  57. generic.rc
  58. generic.rc2
  59. genervw.cpp
  60. genervw.h
  61. mainfrm.cpp
  62. mainfrm.h
  63. myform.cpp
  64. myform.h
  65. resource.h
  66. splitter.cpp
  67. splitter.h
  68. stdafx.cpp
  69. stdafx.h
  70. toolbar.bmp
  71. zcapform.cpp    Listing 1:  Source for tiny caption class.
  72. zcapform.h      Listing 2:  Interface for tiny caption class.
  73.  
  74. -----------------------------------------------------------------------------
  75.  
  76. burkole.zip     Ron Burk                The Least You Need to Know
  77.                                         About OLE Compound Files        23-32
  78. includes:
  79. build.bat
  80. comdump.c       Listing 1:  Program to dump OLE compound files.
  81.  
  82. -----------------------------------------------------------------------------
  83.  
  84. zolman.zip      Leor Zolman             Tech Tips                       41-46
  85. includes:
  86. hugedemo.cpp    Listing 1:  Demo of problem with "new" and "huge".
  87. simlock.h       Listing 2.
  88. simlock.c       Listing 3.
  89. huge_new.zip
  90.         includes:
  91.         huge_new.cpp
  92.         huge_new.doc
  93.         huge_new.exe
  94.         huge_new.mak
  95.         huge_new.obj
  96.         huge_new.pdb
  97.         huge_new.vcw
  98.  
  99. -----------------------------------------------------------------------------
  100.  
  101. tomlinsn.zip    Paula Tomlinson         Understanding NT: More
  102.                                         on Services                     47-54
  103. includes:
  104. srvcmd.c        Listing 1:  Automatic service installation/removal.
  105.  
  106. -----------------------------------------------------------------------------
  107.  
  108. nelson.zip      Mark Nelson             Bug++ of the Month              59-62
  109. includes:
  110. bug0796.cpp     Listing 1.
  111. figure1.txt     Figure 1.
  112.  
  113. -----------------------------------------------------------------------------
  114.  
  115. sdkann.zip
  116. includes:
  117. anntater.exe
  118. mstater.exe
  119. sdkann.txt:  An up-to-date collection of SDK annotations (plus more
  120. that will appear in future issues of WDJ!)
  121.  
  122. -----------------------------------------------------------------------------
  123.  
  124. order.frm  -- This file contains an order form which can be used to
  125. order books reviewed in the "Books in Brief" column or advertised in the
  126. Windows Developer's Bookshelf. You can complete the form and fax,
  127. mail, or email it to us, or use it as the basis for a phone order. 
  128.  
  129. ******************************************************************************
  130.  
  131. If you have questions regarding the code, please call or write us.
  132.  
  133. ------------------------------------------------------------------------------
  134.                            Miller Freeman, Inc.
  135.                         1601 W. 23rd St. Suite 200
  136.                             Lawrence, KS 66046
  137.                               (913) 841-1631
  138.                          email: wdletter@rdpub.com
  139.                             http:/www/wdj.com
  140. ------------------------------------------------------------------------------
  141.